'Declaration
Public Overloads Sub AppendRelative( _ ByVal more As IEnumerable(Of String) _ )
'Usage
Dim instance As BrowsePath Dim more As IEnumerable(Of String) instance.AppendRelative(more)
public void AppendRelative( IEnumerable<string> more )
public: void AppendRelative( IEnumerable<String^>^ more )
Parameters
- more
- The sequence of browse names to be appended to the current browse path.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).